Description
This manual connection member function closes a previously opened collector event. Closing a collector will cause it to automatically close all of its retrieved events (which will in turn close all of their retrieved events and so on). Before using this member function, we would recommend familiarity with Manual Connections and Collectors.
Prototype
Uns Close( void );
Parameters
None
Return Value
This function returns logical TRUE if the connection is successfully closed; or FALSE otherwise.
Notes
Connections cannot be re-opened until they have been successfully closed. Attempting to close a connection that was not successfully opened will generate a diagnostic.
Executing a close can unblock an adjacent requester that is blocked due to reentrancy considerations (see Object Reentrancy).